Convenient macro to check whether the buffer is live.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Sep 2012 04:22:03 +0000 (08:22 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Sep 2012 04:22:03 +0000 (08:22 +0400)
commit1d5cb0a48365d861f77e42919c14ddf5e4c6cedc
treed59d1f0027c2c412f98b07d2eb343a7b86644a72
parent5327424100db03788db6c5cac1ee02e85327968b
Convenient macro to check whether the buffer is live.
* buffer.h (BUFFER_LIVE_P): New macro.
* alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
* minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
13 files changed:
src/ChangeLog
src/alloc.c
src/buffer.c
src/buffer.h
src/editfns.c
src/insdel.c
src/lread.c
src/marker.c
src/minibuf.c
src/print.c
src/process.c
src/window.c
src/xdisp.c